<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * 	Core Owl Carousel CSS File
 *	v2.0.0
 */

/* clearfix */
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel{
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index:1;
}


.owl-carousel .owl-stage{
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage-outer{
	position:relative;
	overflow: hidden;
	/* temporary fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage-outer.owl-height{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-video-wrapper{
	position: relative;
	height: 100%;
	background: #000;
}

.owl-controls .owl-nav div,
.owl-controls .owl-dot{
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-video-play-icon{
	position:absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url('owl-video-play.png') no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition-property: scale;
	transition-duration: 100ms;
	transition-timing-function: ease;
}

.owl-carousel .owl-video-play-icon:hover{
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;

	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;

	transition-property: opacity;
  	transition-duration: 400ms;
  	transition-timing-function: ease;
}

.owl-carousel .owl-video-frame{
	position: relative;
	z-index: 1;
}

.owl-loaded{
	display: block;
}
.owl-loading{
	opacity: 0;
	display: block;
}
.owl-hidden{
	opacity:0;
}
.owl-carousel .owl-refresh .owl-item{
	display: none;
}

.owl-carousel .owl-item{
	position:relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* If mouseDrag:false then you are able to select text */
.owl-carousel.owl-text-select-on .owl-item{
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel .owl-item img.owl-lazy{
	opacity: 0;
}

.owl-carousel .owl-item img{
	opacity: 1;
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition-property: opacity;
  	transition-duration: 400ms;
  	transition-timing-function: ease;
}

/* to do */
.owl-carousel .owl-stage.backfacefix .owl-item{
	-webkit-backface-visibility: hidden;
}

.owl-rtl{
	direction: rtl;
}
.owl-rtl .owl-item {
	float:right;
}

/* No Js */
.no-js .owl-carousel{
	display: block;
}

/* animate */

.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-animated-in{
	z-index: 0
}
.owl-animated-out{
	z-index: 1
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}





.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
	width:100%;
}

/* Styling Next and Prev buttons */


/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #fff;
	overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	background:#fff;
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #666;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-pagination{ text-align:center;}
/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}




.fulode{ position:relative;}
.fulode .owl-prev,.fulode .owl-next{ position:absolute; top:50%; height: 60px; width: 60px; margin-top:-15px; border-radius:5px; line-height: 0; font-size: 0; cursor: pointer;  padding: 0; border: none;z-index:10; background-repeat:no-repeat; background-position:center center; background-color:rgba(255,255,255,0.3);transition:all 0.3s linear;}
.fulode .owl-prev {background-image:url(../images/left3.png); left:2%;}
.fulode .owl-next{background-image:url(../images/right3.png); right:2%;}
.fulode .owl-prev:hover,.fulode .owl-next:hover{ background-color:#000;transition:all 0.3s linear;}
.fulode .owl-pagination{ width:100%; position:absolute; font-size:0; left:0; bottom:20px;z-index:3;}
.fulode.owl-theme .owl-controls .owl-page span{ color:#fff; font-size:20px;}
.fulode.owl-theme .owl-controls .owl-page span{ border:2px solid #fff; background:none; opacity:0.6; transition:all 0.5s ease;}
.fulode.owl-theme .owl-controls .owl-page.active span{ opacity:1; transition:all 0.5s ease;}


.veonme{ padding:0 50px;}
.veonme .owl-prev,.veonme .owl-next{ position:absolute; top:50%; height: 50px; width: 50px; margin-top:-15px; border-radius:5px; line-height: 0; font-size: 0; cursor: pointer;  padding: 0; border: none;z-index:10; background-repeat:no-repeat; background-position:center center; background-color:none;transition:all 0.3s linear;}
.veonme .owl-prev {background-image:url(../images/left2.png); left:0%;}
.veonme .owl-next{background-image:url(../images/right2.png); right:0%;}
.veonme .article a{ display:block; text-align:center;}
.veonme .article a .pic span{ height:71px; display:inline-block; width:100%; background:no-repeat center center; background-size:auto 100%;}
.veonme .article a .pic span.s1{ background-image:url(../images/a1-1.png);}
.veonme .article a .pic span.s2{ background-image:url(../images/a2-1.png);}
.veonme .article a .pic span.s3{ background-image:url(../images/a3-1.png);}
.veonme .article a .pic span.s4{ background-image:url(../images/a4-1.png);}
.veonme .article a .pic span.s5{ background-image:url(../images/a5-1.png);}
.veonme .article a .tit{ font-size:16px; margin-top:10px;}
.ewomc{ padding:0 30px;}
.ewomc .article{ text-align:center; padding:0 20px;}
.ewomc .article .blsot{ background:rgba(41,121,255,0.9); color:#fff; padding:50px 50px 0;}
.ewomc .article .blsot .pic img{ width:auto; display:inline-block;}
.ewomc .article .blsot .tit{ position:relative; font-size:18px; padding-bottom:25px; margin-top:25px;}
.ewomc .article .blsot .tit:after{ content:''; position:absolute; left:50%; bottom:0; margin-left:-15px; width:30px; height:2px; background:#fff;}
.ewomc .article .blsot .con{ line-height:25px; height:100px; overflow: hidden; opacity:0.7; margin-top:25px;}

.ewomc .owl-prev,.ewomc .owl-next{ position:absolute; top:50%; height: 50px; width: 30px; margin-top:-15px; border-radius:5px; line-height: 0; font-size: 0; cursor: pointer;  padding: 0; border: none;z-index:10; background-repeat:no-repeat; background-position:center center; background-color:none;transition:all 0.3s linear;}
.ewomc .owl-prev {background-image:url(../images/left3.png); left:0%;}
.ewomc .owl-next{background-image:url(../images/right3.png); right:0%;}


.wecnle{ margin-top:5%; padding:0 40px;display: flex!important;
    justify-content: center;
    flex-wrap: wrap;}
.wecnle .article{ padding:0 5px;}
.wecnle .owl-prev,.wecnle .owl-next{ position:absolute; display: block; height: 30px; width: 40px; line-height: 0; font-size: 0; cursor: pointer;  padding: 0; border: none; top:50%; margin-top:-20px; display:block;z-index:10}
.wecnle .owl-prev {background:url(../images/r1.png) no-repeat center center; left:0px;transition:all 0.3s linear; }
.wecnle .owl-next{background:url(../images/r2.png) no-repeat center center; right:0px;transition:all 0.3s linear;}
.wecnle .article .blsot{ border:2px solid #fff; cursor:pointer;}
.wecnle .article .blsot.cur{ border:2px solid #053c82;}
.wecnle .article .blsot .pict{ background:#fff; padding:10px; text-align:center;}






@media screen and (min-width: 1201px) {
.aertc .article a:hover .pic img{ transform:scale(1.05); transition:all 0.5s ease;}
.veonme .article a:hover{ color:#208ae8;}
.veonme .article a:hover .pic span.s1{ background-image:url(../images/a1-2.png);}
.veonme .article a:hover .pic span.s2{ background-image:url(../images/a2-2.png);}
.veonme .article a:hover .pic span.s3{ background-image:url(../images/a3-2.png);}
.veonme .article a:hover .pic span.s4{ background-image:url(../images/a4-2.png);}
.veonme .article a:hover .pic span.s5{ background-image:url(../images/a5-2.png);}

}
@media screen and (max-width: 1200px) {
.fulode .pic img{ height:380px;}
.fulode .con{ right:0; margin-right:0;}
}

@media screen and (max-width: 768px) {
.veonme .owl-prev, .veonme .owl-next{   
    top: 45%;
    height: 30px;background-size:contain;
    width: 30px;
     
    }
.fulode .pic img{ height:200px;}
.fulode .con{ display:none;}
.aertc .article a .pic img{ height:240px;}
.aertc .article a .tit{ font-size:16px;}
.aertc .article a .con{ font-size:14px;}
.veonme .article a .pic span{ height:40px;}
.veonme .article a .tit{ font-size:14px;}
.ewomc .article .blsot{ padding:20px 15px;}
.ewomc .article .blsot .pic img{ height:50px;}
.ewomc .article .blsot .tit{ font-size:16px;}
.ecblt,.laebm{ width:100%;}
.laebm a{ margin-right:20px; margin-left:0;}
}
@media screen and (max-width: 480px) {

}





</pre></body></html>